home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineSprite_1484
/
frame_8
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
343b
|
18 lines
if(eval("/Variables:AvanceTir") == false and eval("/Variables:GardesPris") == false)
{
set("/Variables:AvanceTir",true);
tellTarget("_root.GardeDerriere")
{
gotoAndStop("AvanceTir");
play();
}
}
tellTarget("_root.Collider")
{
gotoAndStop(2);
}
tellTarget("_root")
{
gotoAndStop("StepFenetre");
}